Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Filter credentials by createUser property #2006

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

rszwajko
Copy link
Collaborator

@rszwajko rszwajko commented Jul 11, 2024

Drop conditional rendering as it clashes with column type definitions:
the dynamic column is interpreted as optional property which is not
allowed by the current typing in the table hooks.

Resolves: https://issues.redhat.com/browse/MTA-3143
Co-authored-by: Ian Bolton [email protected]

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.19%. Comparing base (b654645) to head (f5c1e50).
Report is 189 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2006      +/-   ##
==========================================
+ Coverage   39.20%   42.19%   +2.99%     
==========================================
  Files         146      171      +25     
  Lines        4857     5479     +622     
  Branches     1164     1375     +211     
==========================================
+ Hits         1904     2312     +408     
- Misses       2939     3050     +111     
- Partials       14      117     +103     
Flag Coverage Δ
client 42.19% <ø> (+2.99%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Drop conditional rendering as it clashes with column type definitions:
the dynamic column is interpreted as optional property which is not
allwed by the current typing in the table hooks.

Co-authored-by: Ian Bolton <[email protected]>
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
@rszwajko rszwajko marked this pull request as ready for review July 11, 2024 15:34
@rszwajko
Copy link
Collaborator Author

rszwajko commented Jul 11, 2024

Screenshot from 2024-07-11 17-22-55

Copy link
Member

@sjd78 sjd78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and I don't mind the user being there even in auth disabled mode when it'll only ever show "admin.noauth".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Credentials filter by creator doesn't exist
3 participants